Wait Method

Task Parallel System.Threading

Overload List

  NameDescription
Wait()()()
Waits for the Task to complete execution.
(Inherited from Task.)
Wait(Int32)
Waits for the Task to complete execution.
(Inherited from Task.)
Wait(CancellationToken)
Waits for the Task to complete execution.
(Inherited from Task.)
Wait(TimeSpan)
Waits for the Task to complete execution.
(Inherited from Task.)
Wait(Int32, CancellationToken)
Waits for the Task to complete execution.
(Inherited from Task.)

See Also